of: support passing console options with stdout-path
authorLeif Lindholm <leif.lindholm@linaro.org>
Thu, 27 Nov 2014 17:56:07 +0000 (17:56 +0000)
committermaximilian attems <maks@debian.org>
Sat, 31 Jan 2015 21:20:40 +0000 (21:20 +0000)
commitd27f8392a9921377eab1ee46d2cba2118b8a3fab
tree604531fd2c4251cbe3c7a3dcd4f4557abd1e0a66
parent3c1e032cd284b3fd7674645ea7f1cdbbaf4fdaa5
of: support passing console options with stdout-path

Support specifying console options (like with console=ttyXN,<options>)
by appending them to the stdout-path property after a separating ':'.

Example:
        stdout-path = "uart0:115200";

Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
[grant.likely: minor rework to shorten the diffstat]
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Gbp-Pq: Topic features/all
Gbp-Pq: Name of-support-passing-console-options-with-stdout-path.patch
drivers/of/base.c